Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution studio.extensions.nuxeo-routing-default--caches

This contribution is part of XML component studio.extensions.nuxeo-routing-default inside nuxeo-routing-default-9.10.jar /OSGI-INF/extensions.xml

Extension Point

Extension point caches of component CacheService.

Contributed Items

  • <cache name="vocab-WorkflowType-cache">
          <option name="maxSize">1000</option>
          <option name="concurrencyLevel">500</option>
          <ttl>60</ttl>
        </cache>
  • <cache name="vocab-WorkflowType-cache-without-references">
          <option name="maxSize">1000</option>
          <option name="concurrencyLevel">500</option>
          <ttl>60</ttl>
        </cache>

XML Source

<extension point="caches" target="org.nuxeo.ecm.core.cache.CacheService">
    <cache name="vocab-WorkflowType-cache">
      <option name="maxSize">1000</option>
      <option name="concurrencyLevel">500</option>
      <ttl>60</ttl>
    </cache>
    <cache name="vocab-WorkflowType-cache-without-references">
      <option name="maxSize">1000</option>
      <option name="concurrencyLevel">500</option>
      <ttl>60</ttl>
    </cache>
  </extension>